projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
198af6d
)
src/indent.c (current_column_1): Correct commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 29 Jan 2014 18:04:11 +0000
(20:04 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 29 Jan 2014 18:04:11 +0000
(20:04 +0200)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index e86add54142c8417024aeb19794399f1b91cbb92..683d44841b98ed90777f187bed1fedac88094c45 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-700,7
+700,7
@@
scan_for_column (ptrdiff_t *endpos, EMACS_INT *goalcol, ptrdiff_t *prevcol)
*prevcol = prev_col;
}
-/* Return the column number of po
sition POS
+/* Return the column number of po
int
by scanning forward from the beginning of the line.
This function handles characters that are invisible
due to text properties or overlays. */